home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / MacODBC / ODBC Tools / SampleTranslate / Sources / ConfigTranslator.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-07  |  336 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    ConfigTranslator.h
  3.  *
  4.  *    © 1993 by Apple Computer, Inc., all rights reserved.
  5.  */
  6.  
  7. #ifndef __ConfigTranslator__
  8. #define __ConfigTranslator__
  9.  
  10. #ifndef __WINDOWS__
  11. #include <Windows.h>
  12. #endif
  13.  
  14. #ifndef __SQL
  15. #include "SQL.H"
  16. #endif
  17.  
  18. Boolean        DoConfigTranslator    (WindowPtr parentWindow, DWORD *pvOption);
  19.  
  20. #endif __ConfigTranslator__
  21.